home download

UniMelb


Limits

Finite Approach

limx2x3+2x2153x(2)3+2(2)2153(2)15115\begin{gathered} \lim_{x \to 2} \frac{x^3+2x^2-1}{5-3x} \\ \frac{(2)^3+2(2)^2-1}{5-3(2)} \\ \frac{15}{-1} \\ -15 \end{gathered}

Infinite Approach

limxex=0limxrx=0    r(0,1)\begin{align} \lim_{x \to -\infty} e^x &= 0 \\ \lim_{x \to \infty} r^x &= 0 \iff r \in (0, 1) \end{align} nZsin(2πn+π2)=1sin(2πnπ2)=1sin(πn)=0\begin{align} n &\in \mathbb{Z} \\ \sin \left( 2 \pi n + \frac{\pi}{2} \right) &= 1 \\ \sin \left( 2 \pi n - \frac{\pi}{2} \right) &= -1 \\ \sin \left( \pi n \right) &= 0 \end{align} limx3x22x+3x2+4x+4limx3x02x1+3x2x0+4x1+4x2313\begin{gathered} \lim_{x \to \infty} \frac{3x^2-2x+3}{x^2+4x+4} \\ \lim_{x \to \infty} \frac{3x^0-2x^{-1}+3x^{-2}}{x^0+4x^{-1}+4x^{-2}} \\ \frac{3}{1} \\ 3 \end{gathered}

Rationalising Denominator

limxx2+1xlimx(x2+1x)(x2+1+xx2+1+x)limx1x2+1+x0\begin{gather} \lim_{x \to \infty} \sqrt{x^2+1} - x \\ \lim_{x \to \infty} \left( \sqrt{x^2+1} - x \right) \left( \frac{\sqrt{x^2+1} + x}{\sqrt{x^2+1} + x} \right) \\ \lim_{x \to \infty} \frac{1}{\sqrt{x^2+1} + x} \\ 0 \end{gather}

Bounded Limits

limx0xsinx11sinx11xxsinx1x0xsinx10\begin{gathered} \lim_{x \to 0} x \sin x^{-1} \\ -1 \le \sin x^{-1} \le 1 \\ -|x| \le x \sin x^{-1} \le |x| \\ 0 \le x \sin x^{-1} \le 0 \end{gathered}

Continuity

limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a) limx2x24x2limx2(x2)(x+2)x2limx2x+24\begin{gathered} \lim_{x \to 2} \frac{x^2 - 4}{x - 2} \\ \lim_{x \to 2} \frac{(x - 2)(x + 2)}{x - 2} \\ \lim_{x \to 2} x + 2 \\ 4 \end{gathered}

Recall that limx0x2sinx1=0\lim_{x \to 0} x^2 \sin x^{-1} = 0.

g(x)={x2sinx1x00x=0\begin{gathered} g(x) = \begin{cases} x^2 \sin x^{-1} & x \neq 0 \\ 0 & x = 0 \end{cases} \end{gathered}

The function is continuous for all R\mathbb{R}.

Continuity can be inherited through composition if the outer function is continuous for the range of the inner function.

limxsin(ex)sin(limxex)sin00\begin{gathered} \lim_{x \to \infty} \sin(e^{-x}) \\ \sin \left( \lim_{x \to \infty} e^{-x} \right) \\ \sin 0 \\ 0 \end{gathered}

Differentiation

limΔx0f(x+Δx)f(x)ΔxΔf(x)Δxdfdx\begin{gathered} \lim_{\Delta{x} \to 0} \frac{f(x + \Delta{x}) - f(x)}{\Delta{x}} \\ \frac{\Delta{f(x)}}{\Delta{x}} \\ \frac{df}{dx} \end{gathered}

The function f(x)=xf(x) = |x| is not differentiable at x=0x=0 as there are different tangent lines from left and right.

Differentiability

Continuity does not imply differentiability but differentiability implies continuity. Differentiable functions are a subset of continuous functions.

L'Hopital

If:

limxaf(x)g(x)\lim_{ x \to a } \frac{f(x)}{g(x)}

approaches 00\frac{0}{0} or \frac{\infty}{\infty}, and:

limxag(x)0\lim_{ x \to a } g'(x) \neq 0

then:

limxaf(x)g(x)=limxaf(x)g(x)\lim_{ x \to a } \frac{f(x)}{g(x)} =\lim_{ x \to a } \frac{f'(x)}{g'(x)}

There exists a limit for sinxx\frac{sin x}{x} even though the denominator approaches 00.

limx0sinxxlimx0cosx1\begin{gathered} \lim_{ x \to 0 } \frac{\sin x}{x} \\ \lim_{ x \to 0 } \frac{\cos x}{1} \end{gathered}

A similar approach can be applied to logarithms.

limx(x13logx)limx13(x43)(x1)\begin{gathered} \lim_{ x \to \infty } \left( x^{-\frac{1}{3}} \log x \right) \\ \lim_{ x \to \infty } -\frac{1}{3} \left( x^{-\frac{4}{3}} \right) (x^{-1}) \end{gathered}

The sandwich theorem can be used to evaluate sinxx\frac{\sin x}{x}.

limxx+sinxxlimxxx+sinxx1+limxx1sinx1+0[1,1]1+0\begin{gathered} \lim_{ x \to \infty } \frac{x +\sin x}{x} \\ \lim_{ x \to \infty } \frac{x}{x} + \frac{\sin x}{x} \\ 1 + \lim_{ x \to \infty } x^{-1} \sin x \\ 1 + 0 [-1, 1] \\ 1 + 0 \end{gathered}